please help me to add the html fields in the following link [closed]

Posted by user237389 on Stack Overflow See other posts from Stack Overflow or by user237389
Published on 2010-05-19T20:49:31Z Indexed on 2010/05/19 21:30 UTC
Read the original article Hit count: 425

Filed under:
|
|
|

Link Name: http://business.careerbuilderinstitute.com/testportal/webservices/iscapi.asmx/CreateUser

html code register.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Web-Service User Registration Form</title>

</head>

<body>



<b style="font-size:20px; color:#3366CC">CreateUser</b><br/><br/>

Create a user account. User may be assigned to a particular hierarchy level.<br/><br/>
<b>Test</b><br/><br/>


To test the operation using the HTTP POST protocol, click the 'Invoke' button.
<form action="http://business.careerbuilderinstitute.com/testportal/webservices/iscapi.asmx/CreateUser" method="POST"/>

<table width="542" border="0" style="margin-left:25px;">
<tr>
<th width="172" style="background-color:#c0c0c0;">Parameter</th>
<th width="360" style="background-color:#c0c0c0;">Value</th>
</tr>
  <tr>
   <input name="authorizationId" type="text" value="TestService" size="60" />
  </tr>
  <tr>
    <input name="passcode" type="hidden" value="welcome" size="60"/>
  </tr>
  <tr>
    <input name="organizationId" type="hidden" value="27" size="60"/>
  </tr>
   <tr>
    <input name="globalUniqueId" type="hidden" value="GUID" size="60"/>
  </tr>
   <tr>
  <input name="hierarchyID" type="hidden" value="0" size="60"/>
  </tr>
   <tr>
    <input name="hireDate" type="hidden" value="1" size="60"/>
  </tr>
  <tr>
    <input name="studentProfileId" type="hidden" value="0" size="60"/>
  </tr>
    <tr>
    <input name="alternateId" type="hidden" value="0" size="60"/>
  </tr>
   <tr>
    <input name="alternateId2" type="hidden" value="0" size="60"/>
  </tr>
   <tr>
    <input name="alternateId3" type="hidden" value="0" size="60"/>
  </tr>
   <tr>
    <input name="ssn" type="hidden" value="0" size="60"/>
  </tr>
    <tr>
    <input name="license" type="hidden" value="0" size="60"/>
  </tr>
    <tr>
    <input name="comments" type="hidden" value="0" size="60"/>
  </tr>
    <tr>
    <input name="clientDrive" type="hidden" value="0" size="60"/>
  </tr>
    <tr>
    <input name="nickname" type="hidden" value="0" size="60"/>
  </tr>

   <tr>
    <input name="photoIcon" type="hidden" value="0" size="60"/>
  </tr>
   <tr>
    <input name="cellPhone" type="hidden" value="0" size="60"/>
  </tr>
   <tr>
    <input name="blogUniformResourceLocator" type="hidden" value="0" size="60"/>
  </tr>
   <tr>
    <input name="userResume" type="hidden" value="0" size="60"/>
  </tr>
   <tr>
    <input name="resumeAttach" type="hidden" value="0" size="60"/>
  </tr>


    <tr>
    <input name="education" type="hidden" value="0" size="60"/>
  </tr>

    <tr>
    <input name="experience" type="hidden" value="0" size="60"/>
  </tr>

    <tr>
    <input name="reflections" type="hidden" value="0" size="60"/>
  </tr>

    <tr>
    <input name="storeFrontID" type="hidden" value="0" size="60"/>
  </tr>
   <!--
    <tr>
    <input name="resumeAttach" type="hidden" value="0" size="60"/>
  </tr>


  -->




  <tr>
 <input name="siteadministrator" type="hidden" value="0" size="60" />
  </tr>
  <tr>
    <input name="instructor" type="hidden" value="0" size="60" />
  </tr>
    <tr>
    <input name="student" type="hidden" value="1" size="60" />
  </tr>
  <tr>
    <input name="supervisor" type="hidden" value="0" size="60"/>
  </tr>
 <!-- 
 "This field should be passed in the URL with Account did"
  <tr>
   <input name="hierarchyID" type="hidden" value="0" size="60"/>
  </tr>
  "This field is not required"
  <tr>
    <input name="studentProfileId" type="hidden" value="" />
  </tr>
  <tr>
     -->
  </tr>
  <tr>
    <th scope="row" align="left">firstName:</th>
    <td><input name="firstName" type="text" size="60" id="firstName"/></td>
  </tr>
  <tr>
    <th scope="row" align="left">lastName:</th>
    <td><input name="lastName" type="text" size="60"/></td>
  </tr>
  <tr>
    <th scope="row" align="left">userName:</th>
    <td><input name="userName" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">password:</th>
    <td><input name="password" type="password" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">email:</th>
    <td><input name="email" type="text" size="60" /></td>
  </tr>
  <tr>

  </tr>
  <tr>
    <th scope="row" align="left">organization:</th>
    <td><input name="organization" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">jobTitle:</th>
    <td><input name="jobTitle" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">department:</th>
    <td><input name="department" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">location:</th>
    <td><input name="location" type="text" size="60" /></td>
  </tr>
    <th scope="row" align="left">phone:</th>
    <td><input name="phone" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">fax:</th>
    <td><input name="fax" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">address:</th>
    <td><input name="address" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">address2:</th>
    <td><input name="address2" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">city:</th>
    <td><input name="city" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">state:</th>
    <td><input name="state" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">country:</th>
    <td><input name="country" type="text" size="60" /></td>
  </tr>
  <tr>
    <th scope="row" align="left">zip:</th>
    <td><input name="zip" type="text" size="60" /></td>
  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>

  </tr>
  <tr>
   <input name="languagePreference" type="hidden" value="1" size="60" />
  </tr>
  <tr>
    <input name="active" type="hidden" value="1" size="60" />
  </tr>
  <tr>
    <th scope="row" align="left"></th>
    <td><input name="Invoke" type="submit" value="Invoke" /></td>
  </tr>
</table>
</form>

</body>
</html>

© Stack Overflow or respective owner

Related posts about html

Related posts about Xml